summaryrefslogtreecommitdiff
path: root/src/pages/[locale]/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/[locale]/index.astro')
-rw-r--r--src/pages/[locale]/index.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro
index b065e50..c32ddf6 100644
--- a/src/pages/[locale]/index.astro
+++ b/src/pages/[locale]/index.astro
@@ -14,7 +14,7 @@ const locale = Astro.params.locale as Locale;
const t = translate(locale);
---
-<Page locale={locale} title={t(home, { key: 'title' })}>
+<Page title={t(home, { key: 'title' })}>
<section>
<h1 class="title">{t(site, { key: 'title' })}</h1>
<h1>Tap-level heidin</h1>